github.com/jackc/pgx/v5.pipelineBatchResults.lastRows (field)

11 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L283: 	lastRows  *baseRows
		batch.go#L299: 	if br.lastRows != nil && br.lastRows.err != nil {
		batch.go#L300: 		br.err = br.lastRows.err
		batch.go#L345: 	if br.lastRows != nil && br.lastRows.err != nil {
		batch.go#L346: 		br.err = br.lastRows.err
		batch.go#L357: 	br.lastRows = rows
		batch.go#L407: 	if br.err == nil && br.lastRows != nil && br.lastRows.err != nil {
		batch.go#L408: 		br.err = br.lastRows.err